64a30d9d24193741f008e899276be1ed1f736d7b,io.sloeber.core/src/io/sloeber/core/tools/Helpers.java,Helpers,setTheEnvironmentVariables,#IProject#ICConfigurationDescription#InternalBoardDescriptor#,799

Before Change


				ENV_KEY_JANTJE_CORE_REFERENCED_PLATFORM_FILE, EMPTY_STRING));
		File upLoadreferencedPlatformFilename = new File(Common.getBuildEnvironmentVariable(confDesc,
				ENV_KEY_JANTJE_UPLOAD_REFERENCED_PLATFORM_FILE, EMPTY_STRING));
		File variantReferencedPlatformFilename = new File(Common.getBuildEnvironmentVariable(confDesc,
				ENV_KEY_JANTJE_VARIANT_REFERENCED_PLATFORM_FILE, EMPTY_STRING));
		if (upLoadreferencedPlatformFilename.exists()) {
			setTheEnvironmentVariablesAddAFile(contribEnv, confDesc, upLoadreferencedPlatformFilename);
		}

After Change


		// process the platform file that is referenced in the build.core of the
		// boards.txt file
		Path coreReferencedPlatform = new Path(
				Common.getBuildEnvironmentVariable(confDesc, ENV_KEY_JANTJE_CORE_REFERENCED_PLATFORM, EMPTY_STRING));
		Path upLoadreferencedPlatform = new Path(
				Common.getBuildEnvironmentVariable(confDesc, ENV_KEY_JANTJE_UPLOAD_REFERENCED_PLATFORM, EMPTY_STRING));
		Path variantReferencedPlatform = new Path(